Remove deprecated code: GtkFileChooserButton
authorJavier Jardón <javierjc1982@gmail.com>
Fri, 9 Oct 2009 17:53:19 +0000 (19:53 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:48:45 +0000 (01:48 +0200)
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
gtk/gtkfilechooserbutton.h

index c0c484e9ccf3ce3969cbd3d3e566d4ee45fe9ca9..11c7283c65702224eb4c307951f969e7cd7149ee 100644 (file)
@@ -1584,7 +1584,6 @@ GtkFileChooserWidgetPrivate
 <TITLE>GtkFileChooserButton</TITLE>
 GtkFileChooserButton
 gtk_file_chooser_button_new
-gtk_file_chooser_button_new_with_backend
 gtk_file_chooser_button_new_with_dialog
 gtk_file_chooser_button_get_title
 gtk_file_chooser_button_set_title
index e8ab8c92e2dc0e821657f98a3d346b6597a311cc..2f13100bc9e091400984cceccbb1e7d88a3d0e7d 100644 (file)
@@ -94,17 +94,6 @@ This should not be accessed directly.  Use the accessor functions below.
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_file_chooser_button_new_with_backend ##### -->
-<para>
-
-</para>
-
-@title: 
-@action: 
-@backend: 
-@Returns: 
-
-
 <!-- ##### FUNCTION gtk_file_chooser_button_new_with_dialog ##### -->
 <para>
 
index b57209c84cba752534f0b07b9ad69087211db0c2..76de49a5a4dc2e67f7c1a89a47473a7428f3e9b9 100644 (file)
@@ -69,13 +69,6 @@ struct _GtkFileChooserButtonClass
 GType                 gtk_file_chooser_button_get_type         (void) G_GNUC_CONST;
 GtkWidget *           gtk_file_chooser_button_new              (const gchar          *title,
                                                                GtkFileChooserAction  action);
-
-#ifndef GTK_DISABLE_DEPRECATED
-GtkWidget *           gtk_file_chooser_button_new_with_backend (const gchar          *title,
-                                                               GtkFileChooserAction  action,
-                                                               const gchar          *backend);
-#endif /* GTK_DISABLE_DEPRECATED */
-
 GtkWidget *           gtk_file_chooser_button_new_with_dialog  (GtkWidget            *dialog);
 G_CONST_RETURN gchar *gtk_file_chooser_button_get_title        (GtkFileChooserButton *button);
 void                  gtk_file_chooser_button_set_title        (GtkFileChooserButton *button,